home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 296
- Top = 123
- BorderStyle = bsDialog
- Caption = 'Demo name and color...'
- ClientHeight = 357
- ClientWidth = 429
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 2
- Top = 2
- Width = 425
- Height = 353
- BevelInner = bvLowered
- BorderWidth = 3
- TabOrder = 0
- object Label1: TLabel
- Left = 75
- Top = 83
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Label2: TLabel
- Left = 75
- Top = 185
- Width = 87
- Height = 13
- Caption = 'Background color:'
- end
- object Label3: TLabel
- Left = 100
- Top = 28
- Width = 225
- Height = 24
- Caption = 'Choose name and color'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 71
- Top = 106
- Width = 121
- Height = 21
- TabOrder = 0
- OnChange = Edit1Change
- end
- object CheckBox1: TCheckBox
- Left = 71
- Top = 153
- Width = 256
- Height = 17
- Caption = 'Add a "More info" switch to demo menu.'
- TabOrder = 1
- end
- object Button1: TButton
- Left = 328
- Top = 308
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 229
- Top = 308
- Width = 75
- Height = 25
- Caption = 'Make EXE'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- OnClick = Button2Click
- end
- object ComboBox1: TComboBox
- Left = 71
- Top = 207
- Width = 145
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'White'
- 'Yellow'
- 'Red'
- 'Blue'
- 'Green'
- 'Gray'
- 'Purple'
- 'Black')
- TabOrder = 4
- Text = 'Black'
- end
- object Button3: TButton
- Left = 146
- Top = 308
- Width = 75
- Height = 25
- Caption = '< Back'
- TabOrder = 5
- OnClick = Button3Click
- end
- end
- end
-